home *** CD-ROM | disk | FTP | other *** search
- object fmManageBackup: TfmManageBackup
- Left = 606
- Top = 403
- Width = 360
- Height = 332
- HelpContext = 800
- ActiveControl = clbBackupSets
- BorderIcons = [biSystemMenu]
- Caption = 'Manage Backups'
- Color = clBtnFace
- Constraints.MinHeight = 332
- Constraints.MinWidth = 360
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- Position = poScreenCenter
- OnShow = FormShow
- DesignSize = (
- 352
- 303)
- PixelsPerInch = 96
- TextHeight = 13
- object laBackupSets: TLabel
- Left = 8
- Top = 8
- Width = 61
- Height = 13
- Caption = '&Backup Sets'
- FocusControl = clbBackupSets
- end
- object clbBackupSets: TCheckListBox
- Left = 8
- Top = 24
- Width = 239
- Height = 241
- Hint = 'Right click here for more options'
- Anchors = [akLeft, akTop, akRight, akBottom]
- ItemHeight = 13
- PopupMenu = pmBackupSets
- Sorted = True
- TabOrder = 0
- OnDblClick = bbModifyClick
- end
- object paBottom: TPanel
- Left = 0
- Top = 268
- Width = 352
- Height = 35
- Align = alBottom
- BevelOuter = bvNone
- TabOrder = 1
- object bbCreate: TBitBtn
- Left = 8
- Top = 4
- Width = 75
- Height = 25
- Hint = 'Create a new backup set'
- Caption = 'Cre&ate'
- TabOrder = 0
- OnClick = bbCreateClick
- end
- object bbModify: TBitBtn
- Left = 90
- Top = 4
- Width = 75
- Height = 25
- Hint = 'Modify an existing backup set'
- Caption = '&Modify'
- TabOrder = 1
- OnClick = bbModifyClick
- end
- object bbRemove: TBitBtn
- Left = 172
- Top = 4
- Width = 75
- Height = 25
- Hint = 'Remove an existing backup set'
- Caption = 'Re&move'
- TabOrder = 2
- OnClick = bbRemoveClick
- end
- end
- object paRight: TPanel
- Left = 250
- Top = 0
- Width = 102
- Height = 268
- Align = alRight
- BevelOuter = bvNone
- TabOrder = 2
- object bbRunBackup: TBitBtn
- Left = 5
- Top = 24
- Width = 90
- Height = 25
- Hint = 'Run backups that were checked'
- Caption = '&Run Backup'
- Default = True
- TabOrder = 0
- OnClick = bbRunBackupClick
- end
- object bbClose: TBitBtn
- Left = 5
- Top = 54
- Width = 90
- Height = 25
- Hint = 'Close this dialog'
- Caption = '&Close'
- ModalResult = 2
- TabOrder = 1
- end
- object bbHelp: TBitBtn
- Left = 5
- Top = 84
- Width = 90
- Height = 25
- Hint = 'See help file'
- Caption = '&Help'
- TabOrder = 2
- OnClick = bbHelpClick
- end
- end
- object pmBackupSets: TPopupMenu
- Left = 312
- Top = 264
- object miCheckAllBackupSets: TMenuItem
- Caption = 'Check All Backup Sets'
- OnClick = miCheckAllBackupSetsClick
- end
- object miUncheckAllBackupSets: TMenuItem
- Caption = 'Uncheck All Backup Sets'
- OnClick = miUncheckAllBackupSetsClick
- end
- object miDiv1: TMenuItem
- Caption = '-'
- end
- object miViewArchivesinBackupSet: TMenuItem
- Caption = 'View Archives in Backup Set'
- OnClick = miViewArchivesinBackupSetClick
- end
- object miDiv2: TMenuItem
- Caption = '-'
- end
- object miCreateAShortcutOnDesktop: TMenuItem
- Caption = 'Create Shortcut On Desktop'
- OnClick = miCreateAShortcutOnDesktopClick
- end
- object miCopyCommandlinetoClipboard: TMenuItem
- Caption = 'Copy Command-line to Clipboard'
- OnClick = miCopyCommandlinetoClipboardClick
- end
- end
- object JvCreateShortcut: TJvCreateShortcut
- Left = 312
- Top = 232
- end
- end
-